home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Internet 53
/
INTERNET53.iso
/
mac
/
SOFTWARE
/
MAC
/
BROWSING
/
SHERLOCK
/
COMPLETE.SIT.HQX
/
The Complete Sherlock Archive
/
Book_Magazines
/
DarkHorseComics.src
< prev
next >
Wrap
Text File
|
1998-10-26
|
2KB
|
70 lines
# Created by nathan hyde
# e-mail: nhyde@mail3.casadyg.com
# http://www.casadyg.com/
# Thanks to Gord Lacey
# Visit his web page at:
# http://www.eiresources.com
# for more info visit:
# http://www.eiresources.com/sherlocksearch/
# http://www.apple.com/sherlock/plugindev.html
<search
# the name you'd like your .src file to have within Sherlock
name = "Dark Horse Comics Online"
description = "Searches DHC Online, publishers of Star Wars, Aliens, Buffy the Vampire Slayer, and more."
# The method of the form. Either GET or POST
method = "GET"
# The action of the form.
action = "http://www.dhorse.com/Results2.html"
# The URL for updates to your .src file. (For online updates.)
# You'll need to use ResEdit to modify a few resourses to completely
# utilize this feature.
# Remove the comment before the next line to use this feature.
update = "http://www.dhorse.com/sherlock/darkhorsecomics.src.hqx"
# Check for new version of the .src file at this address.
# You'll need to use ResEdit to modify a few resourses to completely utilize
# this feature. Remove the comment before the next line
# to use this feature.
updateCheckDays = 5
>
# Below list of all of the required inputs of your form.
# For the field that the user enters in data, do not set a value.
# Instead, use "user" in the place of 'VALUE=""'.
<INPUT NAME="SSTRING" user>
<INPUT NAME="DISP" VALUE="100">
<INPUT NAME="K" VALUE="0">
<INPUT NAME="FLD" VALUE="0">
<INPUT NAME="SRT" VALUE="DATE">
<INPUT NAME="AO" VALUE="wa">
<INPUT NAME="SHW" VALUE="ALL">
<INPUT NAME="PRO" VALUE="P">
<INPUT NAME="METH" VALUE="FORM">
<interpret
# the tag(s) that begins the list of results
# You'll need to change this value according to your results page.
resultListStart = "<!--ListStart-->"
# the HTML tag that is immediately after
resultListEnd = "<!--ListEnd-->"
# The HTML tag(s) that begins every result item.
# This is the reason I special cased our results page for Sherlock.
# You'll need to change this value.
resultItemStart = "<!--ResStart-->"
resultItemEnd = "</TD>"
relevanceStart = "<!--RelStart-->"
relevanceEnd = "<!--RelEnd-->"
"
# Sherlock also supports display of banner ads within the results it displays.
bannerStart="<!--BanStart-->"
bannerEnd="<!--BanEnd-->"
>
</search>